object frmDlgDeint: TfrmDlgDeint Left = 275 Top = 188 BorderStyle = bsDialog ClientHeight = 157 ClientWidth = 316 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object btnOK: TBitBtn Left = 217 Top = 14 Width = 84 Height = 28 Caption = 'OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 NumGlyphs = 4 end object btnCancel: TBitBtn Left = 217 Top = 42 Width = 84 Height = 28 Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 NumGlyphs = 4 end object GroupBox1: TGroupBox Left = 13 Top = 8 Width = 182 Height = 133 TabOrder = 2 object Label1: TLabel Left = 18 Top = 21 Width = 42 Height = 13 Caption = 'Eliminate' end object Label2: TLabel Left = 18 Top = 76 Width = 95 Height = 13 Caption = 'Generate New Line:' end object lstEliminate: TComboBox Left = 18 Top = 36 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object lstGenerate: TComboBox Left = 18 Top = 91 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 end end end